body{
    height: 100%;
}
.login_bg{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url("../login-img/login-bg.jpg") no-repeat;
    background-size: 100%;
}
.login_box{
    width: 741px;
    height: 581px;
    background: url('../login-img/login-border.png') no-repeat;
    background-size: 100%;
}
.login_box{
    position: fixed;
    top: 60%;
    right: 300px;
    margin-top: -290px;
}
.login_title{
    font-size: 56px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -88px;
}
.login_wrapper{
    padding: 96px 100px;
}
.login_wrapper_item{
    background: url("../login-img/num-border.png") no-repeat top center;
    height: 54px;
    width: 100%;
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.login_wrapper_item i{
    padding: 0 20px;
}
.login_wrapper_item input{
    border: none;
    border-left: 1px solid #0e60cf;
    padding-left: 20px;
    width: 356px;
    height: 26px;
    background: transparent;
    font-size: 20px;
    color: #0e60cf;
}
.login_wrapper_item input::placeholder{
    font-size: 20px;
    color: #0e60cf;
}
.login_btn{
    height: 77px;
    width: 100%;
    background: url("../login-img/login-btn.png") no-repeat top center;
    border: none;
    outline: none;
    font-size: 24px;
    color: #fff;
}
